ExternalFile
 
 
 Bean ExternalFile
 
External Binary File Converter

Typical usage of the bean in user's code.

Typical Usage:

Assume the bean name "EFil1".

 MAIN.C

unsigned char ch
unsigned long size;

void main(void)
{
  /* Read the first byte from the given file */
  ch = EFil1_GetValue(0);  
  /* Read the second byte from the given file */
  ch = EFil1_GetValue(1); 
  /* Get size of the given file */
  size = EFil1_GetSize(); 
}

For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.


Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.